home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Unix / cvs-960311 / lib / cvs / examples / rcsinfo < prev    next >
Encoding:
Text File  |  1996-03-11  |  784 b   |  19 lines

  1. #
  2. #ident    "@(#)cvs/examples:$Name:  $:$Id: rcsinfo,v 1.1.1.1 1996/01/20 15:41:03 bbum Exp $"
  3. #
  4. # The "rcsinfo" file is used to control templates with which the editor
  5. # is invoked on commit and import.
  6. #
  7. # The first entry on a line is a regular expression which is tested
  8. # against the directory that the change is being made to, relative to the
  9. # $CVSROOT.  For the first match that is found, then the remainder of the
  10. # line is the name of the file that contains the template.
  11. #
  12. # If the repository name does not match any of the regular expressions in this
  13. # file, the "DEFAULT" line is used, if it is specified.
  14. #
  15. # If the name "ALL" appears as a regular expression it is always used
  16. # in addition to the first matching regex or "DEFAULT".
  17. #
  18. DEFAULT            $CVSROOT/CVSROOT/rcstemplate
  19.